home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / Pyramid / Source / ModelController.h < prev    next >
Text File  |  1993-09-15  |  636b  |  33 lines

  1. /*    ModelController.h - Interface to selecting model
  2.  *    Copyright (C) 1993 Corona Design, Inc. All rights reserved.
  3.  *
  4.  *    Abstract
  5.  *        Encapsulates the user interface for selecting a scene model.
  6.  *
  7.  *    RCS path: 
  8.  *        $Source: /Users/pkron/Projects/voxel/Pyramid/RCS/ModelController.h,v $
  9.  *    Modified: $Date: 93/09/15 12:35:04 $ by $Author: pkron $
  10.  *    Current State: $State: Exp $ locked by $Locker:  $
  11.  */
  12.  
  13. #import    <appkit/appkit.h>
  14.  
  15. @interface    ModelController : Object
  16.     {
  17.     id        view;
  18.     }
  19.     
  20. - selectModel: sender;
  21.  
  22.     
  23. @end
  24.  
  25. #ifdef    _LOG
  26. /*
  27.  *    $Log:    ModelController.h,v $
  28.  * Revision 1.1  93/09/15  12:35:04  pkron
  29.  * Created.
  30.  * 
  31.  */
  32. #endif
  33.